home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d21 / allcc205.arc / DECNET.DAT < prev    next >
Text File  |  1989-03-22  |  3KB  |  102 lines

  1. INSTRUCTIONS ON THE LOADING OF DECNET HIGH
  2. ==========================================
  3.  
  4. Please remember that every system configuration is different and
  5. the example here is a guide and should not be followed blindly !!
  6. Nothing  beats  reading  the manual,  then  the  General  Network 
  7. Installation  file and the read.me file on disk before proceeding 
  8. any further.
  9.  
  10. If you see a file on disk that refers to the Network Card you are
  11. using, then read it before continuing.
  12.  
  13.  
  14. EXAMPLE (Courtesy of Monsanto):
  15.  
  16. IBM AT 8MHZ EGA 3COM 501 ETHERLINK CARD using DESQview produced
  17. DESQview partition sizes of 509K per task
  18.  
  19. CONFIG.SYS:
  20.  
  21. DEVICE=LADDRV.SYS
  22. DEVICE=QEXT.SYS                    (DESQview Driver)
  23. DEVICE=ALLEMM4.SYS RAM=C800-E7FF FR=NONE
  24. FILES=25
  25. BUFFERS=10
  26. LASTDRIVE=Q:
  27.  
  28. AUTOEXEC.BAT:
  29.  
  30. ALLOAD SCHPC
  31. ALLOAD DLL /JRQ:5
  32. ALLOAD DNPETHPC
  33. SESSION /REM:1
  34. ALLOAD REDIR
  35. ALLOAD LAST /NAME:(user name)
  36. ALLOAD LAD /R:1
  37. NETTIME %1 %2 ETC.
  38. NETUSE ETC.
  39. CONNECT TO
  40. XDV                           (Command to run DESQview)
  41.  
  42. The amount of available DOS space could have been 
  43. improved by Monsanto by putting DEVICE=LADDRV.SYS,
  44. FILES=25, BUFFERS=10, LASTDRIVE=Q: into the AUTOEXEC.BAT
  45. file rather than the CONFIG.SYS file. 
  46.  
  47. DEPCA Boards
  48. ============
  49.  
  50. Memory Modes (Jumpers W7 and W8)
  51.  
  52. The  function  of jumpers W7 and W8 is dependant on the
  53. revision level of the DEPCA board and the version of DECnet  
  54. PC software that you are using. DEPCA revision E (or later) 
  55. is compatible with all versions of DECnet PC software. However,
  56. in order to use the 32Kbyte memory mode on revision E (or later)
  57. DEPCA, you must be running DECnet PC software that supports 
  58. this feature. See your DECnet PC Software Product Description 
  59. to verify 32Kbyte mode.
  60.     
  61. If you have a DEPCA board with revision letter D, call your
  62. local DEC supplier for W7 and W8 settings.
  63.  
  64. For Revision E, follow the following settings:
  65.  
  66. W7     W8        MODE           MEMORY STARTING ADDRESS
  67. -------------------------------------------------------
  68. IN     IN        64 Kbyte       D000    Note: The Jumpers are 
  69. OUT    IN        64 Kbyte       E000    found above the Bus
  70. IN     OUT       32 Kbyte       D800    contact teeth in the
  71. OUT    OUT       32 Kbyte       C800    middle of the board
  72.  
  73.  
  74. Example: For AT with VGA or EGA and IMB
  75.  
  76. CONFIG.SYS:
  77.       DEVICE=LADDRV.SYS   (you may be able to load this high)
  78.       DEVICE=ALLEMM4.SYS RAM X=D800-DFFF I=F000-F7FF FR=NONE
  79. or    DEVICE=ALLEMM4.SYS RAM X=C800-CFFF I=F000-F7FF FR=NONE
  80. or    DEVICE=ALLEMM4.SYS RAM X=D000-DFFF I=F000-F7FF FR=NONE 
  81. or    DEVICE=ALLEMM4.SYS RAM X=E000-EFFF I=F000-F7FF FR=NONE
  82.  
  83. Using I=F000-F7FF will work in some machines, not in all. 
  84. It will not work in IBM PS/2s.
  85.  
  86. AUTOEXEC.BAT:
  87.  
  88.              FILES=20
  89.              BUFFERS=20
  90.              LASTDRIVE=Q:
  91.              DEVICE= <DEPCA Driver>
  92.              ALLOAD SCHPC
  93.              ALLOAD DLL /JRQ:5 
  94.              etc.
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.